Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@vcl/flex-layout
Advanced tools
Flexbox based layout system.
A declarative layout system built on top of CSS Flexbox. Features in CSS Flexbox are exposed as classes that can be put on any element.
Based on that, a twelve-column grid is provided.
Flexbox based layout primitives that can solve almost all layout challenges.
The flex layout also features a layout grid which works just like a classical
float based grid. A grid row is built from a vclLayoutGridRow
containing
an arbitrary number of vclLayoutGridCell
s. The cells can be sized using
the column classed vclLayout1 .. vclLayout11
or the sizing spans from
the layout-spans module.
The grid also supports nesting of rows.
Note that a vclLayoutGridRow
must be enclosed in a block container.
A special feature is a grid row which allows to wrap grid cells based on
their width maintaining the gutters. The total width of all cells can be
greater than 100%, they wrap at multiples of 100%.
The vclLayoutWrappingRow
modifier is used to enable this.
vclLayoutHorizontal
vclLayoutVertical
vclLayoutInline
vclLayoutReverse
vclLayoutWrap
vclLayoutWrapReverse
vclLayoutFlex
vclLayoutAuto
vclLayoutNone
vclLayout1
vclLayout2
vclLayout3
vclLayout4
vclLayout5
vclLayout6
vclLayout7
vclLayout8
vclLayout9
vclLayout10
vclLayout11
vclLayout12
vclLayoutCenter
vclLayoutCenterCenter
vclLayoutStartJustified
vclLayoutCenterJustified
vclLayoutEndJustified
vclLayoutJustified
vclLayoutAroundJustified
vclLayoutSelfStart
vclLayoutSelfCenter
vclLayoutSelfEnd
vclLayoutSelfStretch
vclLayoutGridRow
vclLayoutGridCell
vclLayoutWrapContainer
vclLayoutFixedTop
vclLayoutFixedRight
vclLayoutFixedBottom
vclLayoutFixedLeft
vclLayoutFullBleed
vclLayoutInvisible
vclLayoutHidden
vclLayoutRelative
vclLayoutFit
vclLayoutGridRow
vclLayoutWrappingRow
: Make the row a non-nestable one that can
accommodate cells of more than 100% width in total and wrap those accordingly.layout
horizontal
vertical
inline
reverse
wrap
wrap-reverse
flex
auto
none
one
two
three
four
five
six
seven
eight
nine
ten
eleven
twelve
start-justified
center-justified
end-justified
justified
around-justified
self-start
self-center
self-end
self-stretch
--flex-layout-half-gutter-width
: The half width of the gutter between
grid cells.example.html on GH-pages.
FAQs
Flexbox based layout system
We found that @vcl/flex-layout demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.